CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux thread

搜索资源列表

  1. Pthread-of-linux

    0下载:
  2. 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。-Written in the linux
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:10294
    • 提供者:gc
  1. ThreadPool

    0下载:
  2. Linux下线程池,双队列实现,可以满足在要求主线程非阻塞的情况下把任务交给线程池里的线程进行处理-Linux, thread pool, two queue implementations to meet the requirements of the main thread in the non-blocking case turned over to the thread pool thread for processing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2603
    • 提供者:梁尧
  1. windows-unix

    0下载:
  2. 通过研究linux线程机制,利用多线程解决生产者与消费者的信号并发控制-Through the research Linux thread mechanism of multithread, producers and consumers solve the concurrent control signal
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:8641
    • 提供者:5566141
  1. process-and-thread-Technology

    0下载:
  2. 进程和线程技术 Linux和windows进程创建 进程和线程通信 文档+实例分析-process and thread Technology Text and examples
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:357647
    • 提供者:方洋
  1. libmemcached-1.0.4.tar

    0下载:
  2. libmemcached 是一个 memcached 的库,客户端库,C 和 C++ 语言实现的客户端库,具有低内存占用率、线程安全、并提供对memcached功能的全面支持。它还采用 多种命令行工具: memcat , memflush , memrm , memstat ,并memslap (负载代)。程序库一直在设计,让不同的散列方法对密钥,分割的钥匙,并使用统一的散列分配。-libmemcached is a library for memcached client library, C
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:951310
    • 提供者:yoyo
  1. thread

    0下载:
  2. 线程池的封装,非常有用,而且里面封装的类,高度的抽像,可以让人用起来很上手-the threadpool,this is very well if you work for linux area!good lucky for you.this text have thread and threadpool which will help you easy in work............
  3. 所属分类:Linux Network

    • 发布日期:2017-04-24
    • 文件大小:182924
    • 提供者:陈柯南
  1. libcurl-7.18.0-win32-msvc

    0下载:
  2. Libcurl为一个免费开源的,客户端url传输库,支持FTP,FTPS,TFTP,HTTP,HTTPS,GOPHER,TELNET,DICT,FILE和LDAP,跨平台,支持Windows,Unix,Linux等,线程安全,支持Ipv6。并且易于使用。-Libcurl for a free open source, the client url transmission library, support FTP, FTPS, TFTP, HTTP, HTTPS, GOPHER, TELNET,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1076695
    • 提供者:SigCell2008
  1. thread

    0下载:
  2. Linux下 实现串口的简单通讯的简单源码-To realize the Linux serial port of simple communication simple the source code
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:2568
    • 提供者:lizhen
  1. third_drv

    0下载:
  2. linux 线程实验简单功能实现,简单易懂-linux thread experiment simple functions
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-08
    • 文件大小:79159
    • 提供者:yuanyongde
  1. linux-source-file

    0下载:
  2. linux的入门级源程序,进程创建,线程的运行等-Linux entry-level source program, process creation, the operation of the thread
  3. 所属分类:Linux-Unix program

    • 发布日期:
    • 文件大小:29600
    • 提供者:孙祥刚
  1. pThread

    0下载:
  2. 在Linux上实现的调用API的线程控制函数,包括线程的生成以及释放-Call the API on Linux thread control functions, including the generation and release of the thread
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-10
    • 文件大小:712
    • 提供者:顾兆伦
  1. Linux-Network-Programming

    0下载:
  2. 本书主要描述linux中进程,socket,线程信号,文件符等,挺全面的一本书。中文的-This book describes the linux process, the socket, the thread signals, the file descr iptor , etc., very comprehensive book. In Chinese
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-22
    • 文件大小:6714856
    • 提供者:小刘
  1. linux-multi-thread-synchronization

    0下载:
  2. linux多线程同步的方法 在线程对共享相同内存操作时,就会出现多个线程对同一资源的使用,为此,需要对这些线程进行同步,以确保它们在访问共享内存的时候不会访问到无效的数值。-linux multi-thread synchronization Threads share the same memory operation, there will be multiple threads use the same resources to do this, you need to synch
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:7245
    • 提供者:长林
  1. thread-pool_quality-

    0下载:
  2. [C代码]利用线程池求质数(Linux C)-[C code] use the thread pool to the number of and quality (Linux C)
  3. 所属分类:Driver develop

    • 发布日期:2017-04-10
    • 文件大小:896
    • 提供者:wenky
  1. Thread

    0下载:
  2. linux写引用程序的编写,线程的编写,初学者入门参考-the linux write reference program written threads preparation beginner Reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-27
    • 文件大小:21314
    • 提供者:xiaoxie
  1. Bzhexueey

    0下载:
  2. 通过研究Linux的线程和信号量机制来实现的哲学学家就餐问题的并发控制的,可以直接使用。 -By studying the Linux thread and semaphore mechanism to achieve the philosophical scientist dining concurrency control, can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:1568
    • 提供者:模仿
  1. 41500329linuxmulti-thread

    0下载:
  2. linux多线程代码,可以很好地理解多线程-linux multithreaded code, a good understanding of multi-threaded
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-25
    • 文件大小:6046
    • 提供者:jyj
  1. thread

    0下载:
  2. 线程QT4,在linux下开发,下载到2440arm,即可使用-Thread QT4, developed under linux downloaded to 2440arm, you can use
  3. 所属分类:Linux Network

    • 发布日期:2017-11-25
    • 文件大小:13387
    • 提供者:
  1. shell

    0下载:
  2. 在 linux下 线程的 创建,然后 是用 该线程-In under linux thread creation, then use the thread
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:3092
    • 提供者:黄建
  1. Thread

    0下载:
  2. 自己实现的(Win、Linux)的线程池类-Windows/Linux ThreadPool
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:7464
    • 提供者:lixser
« 1 2 3 4 5 6 78 9 10 11 12 ... 23 »
搜珍网 www.dssz.com